projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9101970
)
* eglot.el (eglot-completion-at-point): remove spurious unrelated change.
author
João Távora
<joaotavora@gmail.com>
Sun, 17 Nov 2019 13:07:08 +0000
(13:07 +0000)
committer
João Távora
<joaotavora@gmail.com>
Sun, 17 Nov 2019 13:07:08 +0000
(13:07 +0000)
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index b30a236ed19a0fa65a0593645c98394c11b195db..1baa3393dc6f2e510376e1baa8cbc264f8b0c515 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-1963,9
+1963,7
@@
is not active."
:textDocument/completion
(eglot--CompletionParams)
:deferred :textDocument/completion
- :cancel-on-input (prog1 non-essential
- (when non-essential
- (message "OH IT'S NON ESSENTIAL")))))
+ :cancel-on-input t))
(setq items (append
(if (vectorp resp) resp (plist-get resp :items))
nil))